Edit Task: NonRecurringDiscreteWindows
Format
SCHED / EditTask '<TaskName>' NonRecurringDiscreteWindows <# Windows> <DisWindow1Start> <DisWindow1Stop> '<DisWindow1Comment>' ... <DisWindowNStart> <DisWindowNStop> '<DisWindowNComment>'
Description
The NonRecurringDiscreteWindows attribute under EditTask defines a user-set amount of discrete windows for the task. This attribute may only be used if the RecurringType attribute is set to SingleInstance. Any previous discrete windows are deleted.
Parameters
| Parameter | Description | 
|---|---|
| # Windows | An integer value indicating the number of discrete window definitions contained in this command. | 
| Start/Stop | The format is YYYY/MM/DD_HH:MM:SS or YYYY/MM/DD_HH:MM:SS.fff. | 
| Comment | A string of text in single quotes of the desired comment for the discrete window. Empty string is allowed. | 
Examples
Set a single non-recurring window during maintenance.
SCHED / EditTask 'TaskA' NonRecurringDiscreteWindows 1 2017/11/21_12:00:00 2017/11/22_00:00:00 'Spacecraft Maintenance'
